Can you please point me in the direction of sample Amazon S3 server configuration.
I’m not able to find the syntax anywhere.
From the looks of the transporter_s3.py the listed properties are required:
access_key_id
secret_access_key bucket_name
It looks like you’re using camel case in your config.xml, so is it save to assume the property names would look like:
accessKeyId
secretAccessKey bucketName
So would the server entry look like this?
234lkj234lk2j32
s098098sd0f9sd8f
blahblahbucket
Also is it possible to transfer the files directly to cloudfront? Or tell cloudfront about the updated files on S3?
Can you please point me in the direction of sample Amazon S3 server configuration. I’m not able to find the syntax anywhere.
From the looks of the transporter_s3.py the listed properties are required: access_key_id secret_access_key bucket_name
It looks like you’re using camel case in your config.xml, so is it save to assume the property names would look like: accessKeyId secretAccessKey bucketName
So would the server entry look like this?
Also is it possible to transfer the files directly to cloudfront? Or tell cloudfront about the updated files on S3?
Thank you!