question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Config arguments such as ACL not passed to copy

See original GitHub issue

The rename() method calls Bucket.copy() which does not accept configuration arguments as normal kwargs. Instead, the configuration arguments should be passed in as ExtraArgs. (reference)

As a result, if I have ACL in my config, the result of a rename() operation fails to apply the correct ACL to my renamed file.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
liormizrcommented, Jun 28, 2021

Deployed Version: 0.3.02

1reaction
liormizrcommented, Jun 16, 2021

Looks great! I merged the PR

I’ll update here with version number when I’ll finish

Read more comments on GitHub >

github_iconTop Results From Across the Web

Set-Acl (Microsoft.PowerShell.Security)
The Set-Acl cmdlet changes the security descriptor of a specified item, such as a file or a registry key, to match the values...
Read more >
Access control list (ACL) overview - AWS Documentation
Amazon S3 access control lists (ACLs) enable you to manage access to buckets and objects. Each bucket and object has an ACL attached...
Read more >
Configure and Filter IP Access Lists - Cisco
This document describes various types of IP Access Control Lists (ACLs) and how they can filter network traffic.
Read more >
setfacl - Set, remove, and change access control lists (ACLs)
The user tried to change the file default ACL or directory default ACL for a path name that is not a directory. An...
Read more >
Agents - Configuration File Reference | Consul
We recommend grouping similar configurations into separate files, such as ACL parameters, to make it easier to manage configuration changes.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found