nextcloud / nextcloud/files_versions_s3
tagging objects in oracle cloud bucket
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 20
- Forks
- 2
- Avg merge
- 4m
- Merged PRs (30d)
- 1
Description
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Steps to reproduce
- Using oracle cloud oci bucket
- nothing appears when attempting to version an object
- AWS HTTP error: Server error:
GET https://gractnlgijio.compat.objectstorage.sa-saopaulo-1.oraclecloud.com/bucket-drive-dev/teste/testeleo.txt?tagging&versionId=dcb9fb93-9325-418b-9333-1a04943c7cd5resulted in a501 Not Implementedresponse:\nS3 Get Object tagging operation is not supported.
Expected behaviour
To see the latest version of an object, it would not be possible to use only the "?versionId=" parameter because it is trying to access the "?tagging" parameter?
Apparently, this object parameter is not implemented by the OCI.
Actual behaviour
versioned objects do not appear
Server configuration
Web server: Apache
Database: PostgreSQL
PHP version: 8.2
Nextcloud version: 30
List of activated apps
files_versions_s3Browser
Browser name: Chrome
Browser version: 124
Operating system: Windows
nextcloud log
Insert your browser log here, this could for example include:
AWS HTTP error: Server error: `GET https://gractnlgijio.compat.objectstorage.sa-saopaulo-1.oraclecloud.com/bucket-drive-dev/teste/testeleo.txt?tagging&versionId=dcb9fb93-9325-418b-9333-1a04943c7cd5` resulted in a `501 Not Implemented` response:\n<?xml version="1.0" encoding="UTF-8"?><Error><Message>S3 Get Object tagging operation is not supported.</Message>
</details>
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the OCI bucket failure with the files_versions_s3 app and inspect how versioned-object requests handle the tagging and versionId parameters. Confirm whether OCI lacks the S3 Get Object tagging operation, then verify the expected behavior for retrieving the requested object version without unsupported tagging calls.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- cloud
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100