Skip to content

Support copy operation on storage #430

@dantman

Description

@dantman

At least both S3 and Cloud Files support a PUT copy operation that can copy a file from another object in the same or another container on the same service. Note that s3's requires a special set of API operations if it's large enough to require multipart.

It would be nice to support a copyFile operation.


I want to support temporarily hidden files in my system and it looks like – because while AWS supports per-object ACLs, Rackspace's CloudFiles permissions are per-container – to do that in a platform independent way I'll have to use a COPY operation instead.

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