vmware-archive / cfops

This is simply an automation that is based on the supported way to back up Pivotal Cloud Foundry
http://www.cfops.io
Apache License 2.0
35 stars 24 forks source link

error when trying to use ecs s3 compatible #97

Open tee33 opened 8 years ago

tee33 commented 8 years ago

export S3_DOMAIN=
export S3_ACCESS_KEY_ID="pcfbackup"
export S3_SECRET_ACCESS_KEY=""
export S3_BUCKET_NAME=pcfbackup
export S3_ACTIVE=true

ERROR unknown Action error: can't find endpoint region. See https://github.com/urfave/cli/blob/master/CHANGELOG.md#deprecated-cli-app-action-signature

Does cfops support EMC ECS?

Thank you.

xchapter7x commented 8 years ago

Hi,

That error is from the CLI flag parser. Its just a warning that we are using depricated functionality. It should not affect the functionality of cfops, and has been fixed in the latest version of cfops.

1- i would dload the latest version from cfops.io 2- if you are still experiencing errors could you provide:

2016-06-28 12:05 GMT-04:00 Thyya Ung notifications@github.com:

export S3_DOMAIN=

export S3_ACCESS_KEY_ID="pcfbackup"

export S3_SECRET_ACCESS_KEY=""

export S3_BUCKET_NAME=pcfbackup

export S3_ACTIVE=true

ERROR unknown Action error: can't find endpoint region. See https://github.com/urfave/cli/blob/master/CHANGELOG.md#deprecated-cli-app-action-signature

Does cfops support EMC ECS?

Thank you.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pivotalservices/cfops/issues/97, or mute the thread https://github.com/notifications/unsubscribe/AAqI015ZjtJW1yGiTDn9ODsgH3H1v6rTks5qQUY3gaJpZM4JAQ_M .

datianshi commented 7 years ago

@xchapter7x that is not coming from the cf cli.

It comes from here: https://github.com/rlmcpherson/s3gof3r/blob/bc1aca74326ad100d0aa82bfa9ce6e9278620750/s3gof3r.go#L32

Obviously the library is doing AWS s3 instead of compatible S3