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 (required)
credentialskeyThe AWS key credentials to usestring
credentialssecretThe AWS secret credentials to usestring
endpointThe Endpoint to usestring
serversideencryptionThe server side encryption method to usestring
kmsencryptionkeyThe server side KMS key to usestring
s3uploadrootPrefix for the S3 objectstring
noverifycertSkip TLS Verification (deprecated in favor of SkipVerify)bool
skip_verifySkip TLS Verificationbool

Required Permissions: FILESYSTEM_READ

Description

Upload files to S3.