nextcloud / nextcloud/files_versions_s3

tagging objects in oracle cloud bucket

Open
#95 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

bug
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
  1. Using oracle cloud oci bucket
  2. nothing appears when attempting to version an object
  3. 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:\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_s3
Browser

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.