Skip to content

Issue when configure remote storage with prefix #39294

Open
@kphk

Description

@kphk

$objectUrl = rtrim($client->getObjectUrl($config['bucket'], './'), '/') . trim($prefix, '\\/') . '/';

This will result the $objectUrl
https://<bucket>.s3.<region>.amazonaws.com<prefix>/

Expected result should be
https://<bucket>.s3.<region>.amazonaws.com/<prefix>/

Metadata

Metadata

Labels

Area: CloudComponent: AwsSIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedPriority: P2A defect with this priority could have functionality issues which are not to expectations.Progress: ready for devReported on 2.4.xIndicates original Magento version for the Issue report.Reproduced on 2.4.xThe issue has been reproduced on latest 2.4-develop branchTriage: Dev.ExperienceIssue related to Developer Experience and needs help with Triage to Confirm or Reject it

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions