awslabs / ssosync

Populate AWS SSO directly with your G Suite users and groups using either a CLI or AWS Lambda
Apache License 2.0
528 stars 182 forks source link

Replaces extra `--s3-bucket` with `--s3-prefix` #87

Closed mike-carey closed 2 years ago

mike-carey commented 2 years ago

Issue #, if available:

Description of changes:

An additional --s3-bucket on the package command is redundant. There is no way to pass the s3 prefix to the package command.

Removes the extra --s3-bucket and instead replaces with --s3-prefix, passing in the environment variable.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

ChrisPates commented 2 years ago

Tested out okay.