-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ovh_cloud_project_region_storage_presign): add resource #326
feat(ovh_cloud_project_region_storage_presign): add resource #326
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tests are missing
resource should be named after the api endpoint
/cloud/project//region//storage//presign
thus
ovh_cloud_project_region_storage_presign
e563aff
to
9066fd1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you take a look to the environment variable renaming proposition please? :)
website/docs/r/cloud_project_region_storage_presign.html.markdown
Outdated
Show resolved
Hide resolved
website/docs/r/cloud_project_region_storage_presign.html.markdown
Outdated
Show resolved
Hide resolved
36d18f9
to
9961049
Compare
Test with an high performance storage, in GRA region, KO for the moment, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's working now, just several request changes, thanks
website/docs/r/cloud_project_region_storage_presign.html.markdown
Outdated
Show resolved
Hide resolved
website/docs/r/cloud_project_region_storage_presign.html.markdown
Outdated
Show resolved
Hide resolved
website/docs/r/cloud_project_region_storage_presign.html.markdown
Outdated
Show resolved
Hide resolved
Use this resource to presign url to interact with s3 fast storage. This can be used for multiple uses-cases like uploading a post-install script to s3 then passing the URL to a dedicated_server install task. The URL is signed for a fixed period, hence the `expire` parameter. Signed-off-by: Arnaud SINAYS <[email protected]>
9961049
to
ddb1a2c
Compare
Use this resource to presign url to interact with s3 fast storage.
This can be used for multiple uses-cases like uploading a post-install script to s3 then passing the URL to a dedicated_server install task. The URL is signed for a fixed period, hence the
expire
parameter.Signed-off-by: Arnaud SINAYS [email protected]