Skip to content

Ability to call CreateJob #1880

@StevoGTA

Description

@StevoGTA

Describe the feature

We are making a macOS application to provide a nice GUI around CreateJob (https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops-create-job.html). But looks like this SDK doesn't support creating and submitting a CreateJob request with the nice Swift wrappers available for other calls.

Use Case

The users need to perform batch copies in S3 regularly. Initiating these via the AWS CLI is error-prone with a number of steps and lots of details. We are making a macOS application to present a nice GUI to collect info and compose the request.

Proposed Solution

Implement CreateJob like the other AWS S3 actions.

Other Information

Our only current options are to compose AWS CLI commands or call the REST API directly.

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestA feature should be added or improved.needs-triageThis issue or PR still needs to be triaged.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions