Skip to content
This repository was archived by the owner on Aug 29, 2018. It is now read-only.
This repository was archived by the owner on Aug 29, 2018. It is now read-only.

Download/Upload from/to S3 fails when using more than one AWS account in one script #3

@centic9

Description

@centic9

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions