opensearch-project / opensearch-devops

:smile: We welcome all the community members to help develop third party tools/automations/workflows for OpenSearch/OpenSearch-Dashboards.
https://opensearch.org/
Apache License 2.0
45 stars 36 forks source link

Add snapshot S3 bucket and custome role #161

Closed gaiksaya closed 5 months ago

gaiksaya commented 5 months ago

Description

Issues Resolved

List any issues this PR will resolve, e.g. Closes [...].

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

peterzhuamazon commented 5 months ago

If already exist a bucket with same name, will it error out or skip?

gaiksaya commented 5 months ago

If already exist a bucket with same name, will it error out or skip?

Right! That's why it is a part of commonsStack. Had to name for easy maintenance and running curl operations.

peterzhuamazon commented 5 months ago

Thanks @gaiksaya , approved.