Public bug reported:
Backup-manager upload to S3 fails since the new libnet-amazon-s3-perl
requires an AWS region.
Attribute (region) does not pass the type constraint because: Validation
failed for 'Str' with value undef at reader
Net::Amazon::S3::HTTPRequest::region (defined at
/usr/share/perl5
Problem solved. The bucket had an old name with uppercase letters. On March 1,
2018, Amazon AWS updated their naming conventions for S3 buckets in the US East
(N. Virginia) Region. Therefore the updated libnet-amazon-s3-perl package is no
more compatible with names such as mine which was using u
Public bug reported:
Everytime I use s3cmd I get this warning
/usr/bin/s3cmd:308: SyntaxWarning: "is" with a literal. Did you mean "=="?
if response["status"] is 200:
/usr/bin/s3cmd:310: SyntaxWarning: "is" with a literal. Did you mean "=="?
elif response["status"] is 204:
Issue was reported
I made a patch.
It's attached.
** Patch added: "s3cmd.patch"
https://bugs.launchpad.net/ubuntu/+source/s3cmd/+bug/1874651/+attachment/5363414/+files/s3cmd.patch
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchp
I already made a patch.
I uploaded here:
https://bugs.launchpad.net/ubuntu/+source/s3cmd/+bug/1874651
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1875116
Title:
Syntax warnings for is with a liter
Public bug reported:
Please move iptables from Depends to Recommends.
It's true that iptables is default in Ubuntu, but if I use nftables instead of
iptables, sshguard install iptables again even if I have removed it.
Alternatively, you can put in Depends nftables as an alternative to iptables,