upload_s3

Function

ArgDescriptionType
fileThe file to uploadOSPath (required)
nameThe name of the file that should be stored on the serverstring
accessorThe accessor to usestring
bucketThe bucket to upload tostring (required)
regionThe region the bucket is instring
credentials_keyThe AWS key credentials to usestring
credentials_secretThe AWS secret credentials to usestring
credentials_tokenThe AWS session token to use (only needed for temporary credentials)string
endpointThe Endpoint to usestring
serverside_encryptionThe server side encryption method to usestring
kms_encryption_keyThe server side KMS key to usestring
s3upload_rootPrefix for the S3 objectstring
skip_verifySkip TLS Verificationbool
secretAlternatively use a secret from the secrets service. Secret must be of type ‘AWS S3 Creds’string

Required Permissions: FILESYSTEM_READ

Description

Upload files to S3.