Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
boto-users
Conversations
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
boto-users
Contact owners and managers
1–30 of 1305
Mark all as read
Report group
0 selected
lbate...@gmail.com
2
6/27/17
boto3 S3 in Windows COM object
I added some code to the COM object and have determined that COM objects run with C:\Windows\System32
unread,
boto3 S3 in Windows COM object
I added some code to the COM object and have determined that COM objects run with C:\Windows\System32
6/27/17
Massimo Canonico
,
Victor Trac
4
6/7/17
boto3 start instance
That's not true. See "PV" instances here: https://aws.amazon.com/amazon-linux-ami/ Also
unread,
boto3 start instance
That's not true. See "PV" instances here: https://aws.amazon.com/amazon-linux-ami/ Also
6/7/17
Michael
3/18/17
Query DynamoDB ISO-8601 Date index with less than condition
I have a DynamoDB Index storing a date in iso-8601 format, [ie '2017-03-17']. I'd like to
unread,
Query DynamoDB ISO-8601 Date index with less than condition
I have a DynamoDB Index storing a date in iso-8601 format, [ie '2017-03-17']. I'd like to
3/18/17
Rayson Ho
6/13/16
boto3
It doesn't seem like there is an easy way to set "debug=1" in the boto config file and
unread,
boto3
It doesn't seem like there is an easy way to set "debug=1" in the boto config file and
6/13/16
Matt Shields
2
1/22/16
Boto & S3
Throwing this out there again since i didn't get any responses. My main request would be if
unread,
Boto & S3
Throwing this out there again since i didn't get any responses. My main request would be if
1/22/16
Rahul Kumar Patle
1/22/16
what error boto3 raise when there are more import_image task running from permitted limit.
There is aws doc under section Requirements and Limitations that there can be parallel import image
unread,
what error boto3 raise when there are more import_image task running from permitted limit.
There is aws doc under section Requirements and Limitations that there can be parallel import image
1/22/16
Michael Barrett
, …
Viral Desai
9
1/17/16
Anyway to get an EC2 account id?
When using roles or calling from lambda, this method(a good one), cannot find the account number...
unread,
Anyway to get an EC2 account id?
When using roles or calling from lambda, this method(a good one), cannot find the account number...
1/17/16
Robert Schweikert
1/15/16
getting started with boto3
Hi, Yes I am finally taking the plunge and moving stuff that I still have based on boto to boto3. At
unread,
getting started with boto3
Hi, Yes I am finally taking the plunge and moving stuff that I still have based on boto to boto3. At
1/15/16
Matthew Ramsey
1/15/16
DynamoDB and boolean values
So I am working on some code in python that will allow me to batch items into dynamodb table. The
unread,
DynamoDB and boolean values
So I am working on some code in python that will allow me to batch items into dynamodb table. The
1/15/16
Yaroslav Halchenko
,
rosswil...@gmail.com
3
1/4/16
get_bucket leads to 403 Forbidden while s3cmd ls works
Thank you! I thought I had tried with validate=False with no success, but have tried it again now --
unread,
get_bucket leads to 403 Forbidden while s3cmd ls works
Thank you! I thought I had tried with validate=False with no success, but have tried it again now --
1/4/16
Mbert
12/22/15
boto3 with Flask and Werkzeug
Hi all, I'm just starting about with boto3, and having some trouble understanding how to
unread,
boto3 with Flask and Werkzeug
Hi all, I'm just starting about with boto3, and having some trouble understanding how to
12/22/15
Florin Andrei
12/17/15
ELB connection draining doesn't seem to work
Boto 2.38.0, Python 2.7.10, Mac OS X 10.11.1 Regular ELB hitting port 80/tcp on instances. Connection
unread,
ELB connection draining doesn't seem to work
Boto 2.38.0, Python 2.7.10, Mac OS X 10.11.1 Regular ELB hitting port 80/tcp on instances. Connection
12/17/15
Jennifer Fountain
12/14/15
Modify existing autoscaling group
Can you modify an existing autoscaling group with boto? I want to change the launch configuration and
unread,
Modify existing autoscaling group
Can you modify an existing autoscaling group with boto? I want to change the launch configuration and
12/14/15
Lauren Staples
,
Victor Trac
2
12/7/15
two separate problems: one, getting started with boto and two, setting environment path (Windows 10, Python 2.7)
You should maybe start here: https://docs.python.org/2/tutorial/interpreter.html#interactive-mode On
unread,
two separate problems: one, getting started with boto and two, setting environment path (Windows 10, Python 2.7)
You should maybe start here: https://docs.python.org/2/tutorial/interpreter.html#interactive-mode On
12/7/15
ortal levi
12/3/15
Object Head command
Hello, I am using boto to simulate S3 requests, I found all the commend I need except one. How can I
unread,
Object Head command
Hello, I am using boto to simulate S3 requests, I found all the commend I need except one. How can I
12/3/15
Dillian Murphey
11/25/15
S3Connection generate_url - Limit to how long for expire?
130 expires_secs = expires_days*60*60*24 131 conn = S3Connection() 134 -> url = conn.generate_url(
unread,
S3Connection generate_url - Limit to how long for expire?
130 expires_secs = expires_days*60*60*24 131 conn = S3Connection() 134 -> url = conn.generate_url(
11/25/15
Rahul Chatterjee
,
Dillian Murphey
2
11/25/15
request not authorized to use this AWSAccessKeyId
Install ntp. inaccurate clock is very common issue with access keys/api. On Thursday, September 24,
unread,
request not authorized to use this AWSAccessKeyId
Install ntp. inaccurate clock is very common issue with access keys/api. On Thursday, September 24,
11/25/15
Sachin Singh
11/25/15
How to use Boto to connect to web folder using Username and Password
Hi I am trying to set up a script to sync files from a web folder protected with Username/Password.
unread,
How to use Boto to connect to web folder using Username and Password
Hi I am trying to set up a script to sync files from a web folder protected with Username/Password.
11/25/15
Andy Andy
,
krishnak...@reancloud.com
2
11/25/15
How to delete default egress rule in a specific security group using boto
you can use following snippet import boto.ec2 conn = boto.ec2.connect_to_region("us-west-2"
unread,
How to delete default egress rule in a specific security group using boto
you can use following snippet import boto.ec2 conn = boto.ec2.connect_to_region("us-west-2"
11/25/15
Ajinkya Joshi
11/23/15
How can I migrate DNS records from my service provider to amazon route 53?
I want to transfer my all my DNS records from my service provider to amazon route 53. Currently i
unread,
How can I migrate DNS records from my service provider to amazon route 53?
I want to transfer my all my DNS records from my service provider to amazon route 53. Currently i
11/23/15
aay...@qdqmedia.com
,
Victor Trac
2
11/16/15
Can I use BOTO to syncronize two S3 buckets in different providers?
copy_key copies keys from one key to another, not across connections, so the source key is not going
unread,
Can I use BOTO to syncronize two S3 buckets in different providers?
copy_key copies keys from one key to another, not across connections, so the source key is not going
11/16/15
pingpong1109 PingCraft.org
10/12/15
How do I get a report ID list
I will copy,paste from the stack overflow post I made. My code is as follows. from boto.mws.
unread,
How do I get a report ID list
I will copy,paste from the stack overflow post I made. My code is as follows. from boto.mws.
10/12/15
yasho...@logbullit.com
,
Victor Trac
2
10/10/15
Unable to create IAM Policy with Boto3, getting error AttributeError: 'IAMConnection' object has no attribute 'create_policy'
PolicyDocument is not a file but a JSON string. See this: http://boto.readthedocs.org/en/latest/ref/
unread,
Unable to create IAM Policy with Boto3, getting error AttributeError: 'IAMConnection' object has no attribute 'create_policy'
PolicyDocument is not a file but a JSON string. See this: http://boto.readthedocs.org/en/latest/ref/
10/10/15
Hammad A
,
bgo...@aortasoftware.com
2
10/1/15
Setting up AWS Credentials with BOTO3
Hi, Sorry I've no experience with using boto on windows, but have you looked at this : https://
unread,
Setting up AWS Credentials with BOTO3
Hi, Sorry I've no experience with using boto on windows, but have you looked at this : https://
10/1/15
ajay
, …
Sailendra Varma
3
9/24/15
Not able to get instances after connecting to EC2
Hi ajay, even am getting the same error. have the issue been resolved? connecting to ec2 for the
unread,
Not able to get instances after connecting to EC2
Hi ajay, even am getting the same error. have the issue been resolved? connecting to ec2 for the
9/24/15
Aaron Steven White
9/18/15
MTurkConnection.get_all_hits() and MTurkConnection.search_hits() not returning HITs created before July
I have 43 recent HITs (from within the last two weeks) associated with my requester account and
unread,
MTurkConnection.get_all_hits() and MTurkConnection.search_hits() not returning HITs created before July
I have 43 recent HITs (from within the last two weeks) associated with my requester account and
9/18/15
JI Ioannidis
,
Victor Trac
3
9/12/15
IAM/Policy question: how to get all available Actions that can be listed in a policy document?
On Friday, September 11, 2015 at 10:41:09 PM UTC-4, Victor Trac wrote: Here you go: https://
unread,
IAM/Policy question: how to get all available Actions that can be listed in a policy document?
On Friday, September 11, 2015 at 10:41:09 PM UTC-4, Victor Trac wrote: Here you go: https://
9/12/15
Guddi
8/31/15
How to copy/move the downloaded files from S3 bucket to a different folder under the same bucket and not download the latest file.
Hi I have a unique problem to solve, any idea, suggestions or even a code helps!! Thank you in
unread,
How to copy/move the downloaded files from S3 bucket to a different folder under the same bucket and not download the latest file.
Hi I have a unique problem to solve, any idea, suggestions or even a code helps!! Thank you in
8/31/15
Kushagra Pandey
8/28/15
boto mws credentials and endpoint
Hello, I have just stumbled upon the boto library for the Amazon mws api. I wanted to connect to the
unread,
boto mws credentials and endpoint
Hello, I have just stumbled upon the boto library for the Amazon mws api. I wanted to connect to the
8/28/15
ek ekke
8/21/15
boto.fps.connection GetAccountBalance
I am trying to get the aws account balance and account activity. the boto.fps.connection.
unread,
boto.fps.connection GetAccountBalance
I am trying to get the aws account balance and account activity. the boto.fps.connection.
8/21/15