aws-ant-tasks
aws-ant-tasks copied to clipboard
> Error. The file that failed to upload was: myfile.zip: com.amazonaws.services.s3.model.AmazonS3Exception: AWS authentication requires a valid Date or x-amz-date header (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied; Request...
Is it possible to preserve the folder structure being uploaded? My ant task looks like this, and dist contains subfolders that I want to preserve in S3:
I'm attempting to upload a static website to s3 using the latest version of this project at this time, 1.2.4. Here is an example of my task that uploads to...
File.pathSeparator is actually ";" on Windows and ":" on Linux, I think the code here wanted to use "\" on Windows and "/" on Linux, which is actually File.separator
Exception while trying to download object: AWS authentication requires a valid Date or x-amz-date header
When I use the download from s3 task with the dir parameter I am getting this error: `IOException while attempting to create new file: Not a directory` Here is my...
When using the would be nice to be able to set environment variables (when type="java").
Added awsRegion parameter to Elastic Beanstalk tasks.