You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2018. It is now read-only.
I have a job which copies data from one S3 account to another, thus having to access two different S3 repositories in one ant build script.
Because caching is done based on AmazonS3Client.class, client-instances are cached even if you use different aws-key/secretkey combinations in one ant file, consequently such ant-scripts fail with access error.
Maybe we can add an option to disable this caching altogether as it is probably not a huge time-saver unless you upload a lot of small files.
I have a job which copies data from one S3 account to another, thus having to access two different S3 repositories in one ant build script.
Because caching is done based on AmazonS3Client.class, client-instances are cached even if you use different aws-key/secretkey combinations in one ant file, consequently such ant-scripts fail with access error.
Maybe we can add an option to disable this caching altogether as it is probably not a huge time-saver unless you upload a lot of small files.
Likely other types of tasks are affected as well.