Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
s3fs-3461426
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
s3fs-3461426
Commits
5bc818cf
Commit
5bc818cf
authored
2 years ago
by
Conrad Lara
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3291824
by cmlara, jacobbell84, darvanen: Incompatibility with aws sdk 3.228.0
parent
e005518e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/StreamWrapper/S3fsStream.php
+0
-17
0 additions, 17 deletions
src/StreamWrapper/S3fsStream.php
with
0 additions
and
17 deletions
src/StreamWrapper/S3fsStream.php
+
0
−
17
View file @
5bc818cf
...
@@ -1608,23 +1608,6 @@ class S3fsStream extends StreamWrapper implements StreamWrapperInterface {
...
@@ -1608,23 +1608,6 @@ class S3fsStream extends StreamWrapper implements StreamWrapperInterface {
return
$params
;
return
$params
;
}
}
/**
* {@inheritdoc}
*
* Ensure the S3 protocol is registered to this class and not parents.
*
* @param \Aws\S3\S3ClientInterface $client
* Client object.
* @param string $protocol
* Protocol to use.
* @param \Aws\CacheInterface|null $cache
* Cache.
*/
// phpcs:ignore Generic.CodeAnalysis.UselessOverridingMethod.Found,Drupal.Commenting.FunctionComment.Missing
public
static
function
register
(
S3ClientInterface
$client
,
$protocol
=
's3'
,
CacheInterface
$cache
=
NULL
)
{
parent
::
register
(
$client
,
$protocol
,
$cache
);
}
/**
/**
* Helper method to resolve a path to its non-relative location.
* Helper method to resolve a path to its non-relative location.
*
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment