Skip to content
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

CreateAppend not meet GSP-134 Write Behavior Consistency #83

Closed
JinnyYi opened this issue Aug 20, 2021 · 2 comments
Closed

CreateAppend not meet GSP-134 Write Behavior Consistency #83

JinnyYi opened this issue Aug 20, 2021 · 2 comments

Comments

@JinnyYi
Copy link
Contributor

JinnyYi commented Aug 20, 2021

AppendObject doesn't support overwrite. CreateAppend to an existing appendable object with size greater than 0 will get "code":"invalid_argument","message":"position must equal to the current object size, position=0, object size=xxx", which not meet GSP-134: Write Behavior Consistency.

@Xuanwo
Copy link
Contributor

Xuanwo commented Aug 23, 2021

I think we need to remove the file before creating it.

@Xuanwo
Copy link
Contributor

Xuanwo commented Aug 24, 2021

Fixed in #84

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants